home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KSPECTRE.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  4.5 KB  |  110 lines

  1. REM ┌─────────────< Delete this section when you are done! >──────────────┐
  2. REM │                                                                     │
  3. REM │               WCS Mark II ADV Programming Template                  │
  4. REM │                                                                     │
  5. REM │      Please supply as much requested information as possible.       │
  6. REM │                                                                     │
  7. REM │ (Keep in mind though, that there is a 400 line limit to ADV files!) │
  8. REM │                                                                     │
  9. REM └────────────────────────────────> <──────────────────────────────────┘
  10. REM
  11. REM ╔═══════════════════════════════════════════════════════════════════════╗
  12. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  13. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  14. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  15. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  16. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  17. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  18. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  19. REM ║ versions if you do not have them, check with any of the listed places ║
  20. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  21. REM ║ versions of the Command and Control Center software.                  ║
  22. REM ╚═══════════════════════════════════════════════════════════════════════╝
  23. REM                          Spectre by Velocity
  24. REM
  25. REM
  26. REM
  27. REM                        Written by Thrustmaster
  28. REM ╔═══════════════════════════════════════════════════════════════════════╗
  29. REM ║Base Switch Settings                                                   ║
  30. REM ║Black Hat switch = Digital                                             ║
  31. REM ║Red Switch       = Digital                                             ║
  32. REM ╚═══════════════════════════════════════════════════════════════════════╝
  33. REM ╔═════════════════════════════════════════════════════════════╗
  34. REM ║Game Settings:Joystick                                       ║
  35. REM ╚═════════════════════════════════════════════════════════════╝
  36. REM
  37. REM ╔═════════════════════════════════════════════════════╗
  38. REM ║ Place Mdef files below this line (i.e. Mdef Newname)║
  39. REM ╚═════════════════════════════════════════════════════╝
  40. Mdef KSpectre
  41.  
  42.  
  43. REM ╔════════════════════════════════════════════════════════╗
  44. REM ║ Change 'TEMPLATE' to the name of the MDF file that you ║
  45. REM ║ want your ADV file to reference.  For example, if you  ║
  46. REM ║ create a new ADV file called NEWSIM.ADV, you might want║
  47. REM ║ the line above to read 'Mdef NEWSIM'.                  ║
  48. REM ╚════════════════════════════════════════════════════════╝
  49.  
  50. REM ╔════════════════════════════════════════════════════════════╗
  51. REM ║ Place special macros below this line (i.e. @macroname, etc)║
  52. REM ╚════════════════════════════════════════════════════════════╝
  53.  
  54.  
  55. REM ╔════════════════════════╗
  56. REM ║(P)FCS Buttons Commands:║
  57. REM ╚════════════════════════╝
  58.  
  59. BTN UB  FireGrenade
  60.  
  61. BTN MB  HyperSpace
  62.  
  63. BTN LB  Jump
  64.  
  65. BTN HU  ChangeView
  66.  
  67. BTN HD  ChangeView
  68.  
  69. BTN HL  LookLeft
  70.  
  71. BTN HR  LookRight
  72.  
  73. REM ╔════════════════════════╗
  74. REM ║WCS II Buttons Commands:║
  75. REM ╚════════════════════════╝
  76.  
  77. BTN 1 HyperSpace
  78.  
  79. BTN 2 ZoomOut
  80.  
  81. BTN 3 ZoomIn
  82.  
  83. BTN 4 FireCannon
  84.  
  85. BTN 5 FireGrenade
  86.  
  87. BTN 6 Jump
  88.  
  89. REM ╔════════════════════════╗
  90. REM ║WCS II Rocker Commands: ║
  91. REM ╚════════════════════════╝
  92.  
  93. RKR UP /P LookLeft
  94.        /R LookLeft
  95.  
  96. RKR DN /P LookRight
  97.        /R LookRight
  98.  
  99. REM ╔═══════════════════════════════════════════════════════════════════╗
  100. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR ║
  101. REM ║ THE MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT ║
  102. REM ║ THRUSTMASTER at 503-639-3200 TO INQUIRE ABOUT UPGRADING TO THE    ║
  103. REM ║ NEW CHIP AND MICROCODE!!!!                                        ║
  104. REM ║                                                                   ║
  105. REM ║ How can you tell if you have the new chip and microcode?  At the  ║
  106. REM ║ C:\MARK2 Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it    ║
  107. REM ║ says "File not found then you have the old microcode version that ║
  108. REM ║ uses DOWNLOAD.EXE instead.                                        ║
  109. REM ╚═══════════════════════════════════════════════════════════════════╝
  110.